home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 544
- Height = 375
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object ConnectButton: TButton
- Left = 240
- Top = 280
- Width = 75
- Height = 25
- Caption = 'Connect'
- TabOrder = 0
- OnClick = ConnectButtonClick
- end
- object RecvMemo: TMemo
- Left = 48
- Top = 24
- Width = 449
- Height = 225
- Lines.Strings = (
- 'RecvMemo')
- TabOrder = 1
- end
- object msClientSocket1: TmsClientSocket
- Version = '2.0'
- Host = 'localhost'
- Port = 1090
- Left = 64
- Top = 288
- end
- end
-